From b4daf74e552c8165626e7a07e8dfcf3fa0d8d6ea Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Wed, 7 May 2003 16:49:52 +0000 Subject: [PATCH] bitkeeper revision 1.214 (3eb939304B975xl_ENp3_2N45s2JjA) install xi_list and xi_vifinit --- tools/internal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal/Makefile b/tools/internal/Makefile index b695595455..3e60bd9fb2 100644 --- a/tools/internal/Makefile +++ b/tools/internal/Makefile @@ -28,7 +28,7 @@ $(XI_DESTROY).o: $(XI_DESTROY).c dom0_ops.h dom0_defs.h $(CC) -c $(XI_DESTROY).c install: all - cp -a $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin + cp -a xi_list xi_vifinit $(XI_CREATE) $(XI_BUILD) $(XI_START) $(XI_STOP) $(XI_DESTROY) ../../../install/bin clean: $(RM) *.o $(XI_CREATE) $(XI_START) $(XI_STOP) $(XI_DESTROY) $(XI_BUILD) -- 2.30.2